encoding/json.Decoder.readValue (method)

2 uses

	encoding/json (current package)
		stream.go#L63: 	n, err := dec.readValue()
		stream.go#L89: func (dec *Decoder) readValue() (int, error) {